(smtpmail-default-smtp-server): Doc fix.
authorSimon Josefsson <jas@extundo.com>
Wed, 11 Sep 2002 04:53:15 +0000 (04:53 +0000)
committerSimon Josefsson <jas@extundo.com>
Wed, 11 Sep 2002 04:53:15 +0000 (04:53 +0000)
lisp/mail/smtpmail.el

index 3bf67b548bd43a8994a9b41172fd2745dcc74bed..9984a873ffa26cc75bdae0c08b6613992dc70fd5 100644 (file)
@@ -84,7 +84,8 @@
 
 
 (defcustom smtpmail-default-smtp-server nil
-  "*Specify default SMTP server."
+  "*Specify default SMTP server.
+This only has effect if you specify it before loading the smtpmail library."
   :type '(choice (const nil) string)
   :group 'smtpmail)